home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / frame_1118 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  675 b   |  43 lines

  1. if(eval("/Variables:Colonne01") == true)
  2. {
  3.    tellTarget(Colonne01)
  4.    {
  5.       gotoAndStop("Fin");
  6.    }
  7. }
  8. if(eval("/Variables:Colonne02") == true)
  9. {
  10.    tellTarget(Colonne02)
  11.    {
  12.       gotoAndStop("Fin");
  13.    }
  14. }
  15. if(eval("/Variables:Colonne03") == true)
  16. {
  17.    tellTarget(Colonne03)
  18.    {
  19.       gotoAndStop("Fin");
  20.    }
  21. }
  22. if(eval("/Variables:Colonne04") == true)
  23. {
  24.    tellTarget(Colonne04)
  25.    {
  26.       gotoAndStop("Fin");
  27.    }
  28. }
  29. if(eval("/Variables:Colonne05") == true)
  30. {
  31.    tellTarget(Colonne05)
  32.    {
  33.       gotoAndStop("Fin");
  34.    }
  35. }
  36. if(eval("/Variables:LunetteMise") == true)
  37. {
  38.    tellTarget(Artefact)
  39.    {
  40.       gotoAndStop(3);
  41.    }
  42. }
  43.